home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / frogger.rea < prev    next >
Text File  |  1998-06-26  |  2KB  |  60 lines

  1. Short:    MPEG-2 video player (040/60/PPC)
  2. Author:   thorgal@amiga.com.pl
  3. Uploader: thorgal@amiga.com.pl
  4. Type:     gfx/show
  5.  
  6. This is a preliminary release of Frogger - MPEG video player that supports
  7. both MPEG-1 and MPEG-2.  It is based on source code from MPEG Software
  8. Simulation Group with quite some speedwise optimizations by me.  Currently
  9. it still is very slow and I guess it will only be of interest to 060/PPC
  10. users.
  11.  
  12. Although there are other MPEG players available for PowerPC, I suggest that
  13. you try this one - its stream parser is of exceptional quality and I yet
  14. have to find standard-conforming MPEG stream that fails to work with
  15. Frogger.
  16.  
  17. ------------------------------------------------------------------------------
  18.  
  19. Frogger plays in a window on Workbench and uses only 8-bit output, which
  20. however is much better looking than that of other MPEG players due to very
  21. well designed palette.  Full quality can be only achieved if you have at
  22. least 224 free pens on WB, so please run it on 256 color WB.  Frogger uses
  23. WritePixelArray8() call, so AGA users are advised to install some speedup
  24. patch, like Michael van Elst's excellent NewWPA8 from Aminet.
  25.  
  26. In the archive you will find two versions - 040 and PPC. I left out 060
  27. version because speed difference between it and 040 one was unmeasurable.
  28.  
  29. Usage:
  30.  
  31. frogger -o4 -b <filename>
  32.  
  33. and on PPC
  34.  
  35. runelf frogger.elf -o4 -b <filename>
  36.  
  37.  
  38. Have fun,
  39. Milek
  40. ------------------------------------------------------------------------------
  41.  
  42. Some things Frogger will support in the future:
  43.  
  44. - 15/16/24-bit screens,
  45. - scalable output,
  46. - video hardware of CV64/3D and CVPPC
  47. - sound
  48. - framerate control and frame dropping
  49. - random-access slider
  50. - and of course MORE SPEED! :)
  51.  
  52. ------------------------------------------------------------------------------
  53.  
  54. Thanks to:
  55.  
  56. Marcin Orlowski for letting me debug Frogger on his CS PPC (I'm still a
  57. 060 user :( ).
  58.  
  59. Steve Krueger for his continued work on SAS/C.
  60.